Spread Silverlight Documentation
GetEnumerator Method (ICalcStorage<TKey,TValue>)


GrapeCity.CalcEngine Namespace > ICalcStorage<TKey,TValue> Interface : GetEnumerator Method
Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Function GetEnumerator() As System.Collections.Generic.IEnumerator(Of KeyValuePair(Of TKey,TValue))
'Usage
 
Dim instance As ICalcStorage(Of TKey,TValue)
Dim value As System.Collections.Generic.IEnumerator(Of KeyValuePair(Of TKey,TValue))
 
value = instance.GetEnumerator()
[__DynamicallyInvokable()]
System.Collections.Generic.IEnumerator<KeyValuePair<TKey,TValue>> GetEnumerator()
See Also

Reference

ICalcStorage<TKey,TValue> Interface
ICalcStorage<TKey,TValue> Members